projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08d1f85
)
(compilation-mode): Doc fix.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 16 Aug 2004 22:44:56 +0000
(22:44 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 16 Aug 2004 22:44:56 +0000
(22:44 +0000)
lisp/progmodes/compile.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/compile.el
b/lisp/progmodes/compile.el
index 033ce883e5f12ae83f1b0ee34627701fa52076df..32fa246b9f6c6bdf050a1a5e199a27e22e65bceb 100644
(file)
--- a/
lisp/progmodes/compile.el
+++ b/
lisp/progmodes/compile.el
@@
-1101,7
+1101,9
@@
from a different message."
move point to the error message line and type \\[compile-goto-error].
To kill the compilation, type \\[kill-compilation].
-Runs `compilation-mode-hook' with `run-hooks' (which see)."
+Runs `compilation-mode-hook' with `run-hooks' (which see).
+
+\\{compilation-mode-map}"
(interactive)
(kill-all-local-variables)
(use-local-map compilation-mode-map)